JavaScript Coding Programs and Projects | ||
![]() |
This Program can substitute for most of the Programs on this page. It also is a Quiz Maker. It comes with demos. Look at these options: (It doesn't do anything except list them.) Read To Me Options have no sound on the web. |
Multi-Purpose Text Manipulator.html |
![]() |
Installs Karl's fTestCode() function into your code. Lists several Objects.
This Works. Gives you a TAB Delimited text file of several objects and when they appear. This currently isn't finished. Was having Memory Problems. |
JavaScript Dissector.html |
![]() |
Paste your innerHTML in the code itself and click the button.
Your innerHTML appears on the page. |
innerHTML Tester.htm |
![]() |
Enter a Regular Expression and this will test numerically, with keyboard keys or with specific characters you enter.
Uses a while loop. Stable and fast. Test length is user set. Shows what is being tested in status bar. Multiple Memory containers for more speed. THIS IS THE ONE YOU WANT!" |
Regular Expressions Match Tester4.html |
![]() |
Displays a working Date Object with it's properties.
setTimeout function is on top line so you can compare the inconsistancies. |
Date Object.html |
![]() |
This is used for repetative codes. Works with writing if blocks and if else if block.
Example: if(txt1.value == 2) {
|
Code Incrementer.html |
![]() |
Searches your Code as a String.
Gets Regular Expression Matches Button to Sort and Remove Duplicates |
Text Finder.html |
![]() |
You type in the beginning of a Regular Expression, a list of attributes and the end of a Regular Expression. Paste your code into another Text Area. The program joins the beginning of your Regular Expression with each list item and the end of your Regular Expression. It searches your code for as many times as you have list objects. |
Find Text in Code.html |
![]() |
Paste your Code in the Text Area and list your Global Variables in another Text Area.
Tells you what line your Globals are on and what functions are on what line. This is TAB delimited for sorting in Excel." |
Code Finder.html |
![]() |
Enter your regular expression and a list of things you wish to check it against.
I used this for E-mail addresses. Displays matches and failed results. |
Regular Expression Array Tester.html |
![]() |
Open this file, then type a letter to see what the keyCode to the key is. | Key Code Testing.html |